added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBOutlookRibbonDesigner / MyTaskPane.Designer.vb
blob74364bfdebd53cb0760b7cf8553ebba64a0a9177
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class MyTaskPane
3 Inherits System.Windows.Forms.UserControl
5 'UserControl overrides dispose to clean up the component list.
6 <System.Diagnostics.DebuggerNonUserCode()> _
7 Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8 Try
9 If disposing AndAlso components IsNot Nothing Then
10 components.Dispose()
11 End If
12 Finally
13 MyBase.Dispose(disposing)
14 End Try
15 End Sub
17 'Required by the Windows Form Designer
18 Private components As System.ComponentModel.IContainer
20 'NOTE: The following procedure is required by the Windows Form Designer
21 'It can be modified using the Windows Form Designer.
22 'Do not modify it using the code editor.
23 <System.Diagnostics.DebuggerStepThrough()> _
24 Private Sub InitializeComponent()
25 Me.txtAddress = New System.Windows.Forms.TextBox
26 Me.btnGo = New System.Windows.Forms.Button
27 Me.WebBrowser = New System.Windows.Forms.WebBrowser
28 Me.btnPaste = New System.Windows.Forms.Button
29 Me.SuspendLayout()
31 'txtAddress
33 Me.txtAddress.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
34 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
35 Me.txtAddress.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
36 Me.txtAddress.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl
37 Me.txtAddress.Location = New System.Drawing.Point(3, 3)
38 Me.txtAddress.Name = "txtAddress"
39 Me.txtAddress.Size = New System.Drawing.Size(445, 20)
40 Me.txtAddress.TabIndex = 1
42 'btnGo
44 Me.btnGo.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
45 Me.btnGo.Enabled = False
46 Me.btnGo.Location = New System.Drawing.Point(454, 1)
47 Me.btnGo.Name = "btnGo"
48 Me.btnGo.Size = New System.Drawing.Size(36, 23)
49 Me.btnGo.TabIndex = 2
50 Me.btnGo.Text = "Go"
51 Me.btnGo.UseVisualStyleBackColor = True
53 'WebBrowser
55 Me.WebBrowser.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
56 Or System.Windows.Forms.AnchorStyles.Left) _
57 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
58 Me.WebBrowser.Location = New System.Drawing.Point(3, 29)
59 Me.WebBrowser.MinimumSize = New System.Drawing.Size(20, 20)
60 Me.WebBrowser.Name = "WebBrowser"
61 Me.WebBrowser.Size = New System.Drawing.Size(487, 286)
62 Me.WebBrowser.TabIndex = 3
63 Me.WebBrowser.Url = New System.Uri("http://cfx.codeplex.com", System.UriKind.Absolute)
65 'btnPaste
67 Me.btnPaste.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
68 Me.btnPaste.Location = New System.Drawing.Point(415, 321)
69 Me.btnPaste.Name = "btnPaste"
70 Me.btnPaste.Size = New System.Drawing.Size(75, 23)
71 Me.btnPaste.TabIndex = 4
72 Me.btnPaste.Text = "Paste"
73 Me.btnPaste.UseVisualStyleBackColor = True
75 'MyTaskPane
77 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
78 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
79 Me.Controls.Add(Me.btnPaste)
80 Me.Controls.Add(Me.btnGo)
81 Me.Controls.Add(Me.txtAddress)
82 Me.Controls.Add(Me.WebBrowser)
83 Me.Name = "MyTaskPane"
84 Me.Size = New System.Drawing.Size(493, 347)
85 Me.ResumeLayout(False)
86 Me.PerformLayout()
88 End Sub
89 Private WithEvents txtAddress As System.Windows.Forms.TextBox
90 Private WithEvents btnGo As System.Windows.Forms.Button
91 Private WithEvents WebBrowser As System.Windows.Forms.WebBrowser
92 Private WithEvents btnPaste As System.Windows.Forms.Button
94 End Class